runtime.fixalloc.list (field)
8 uses
runtime (current package)
mfixalloc.go#L31: list *mlink
mfixalloc.go#L64: f.list = nil
mfixalloc.go#L79: if f.list != nil {
mfixalloc.go#L80: v := unsafe.Pointer(f.list)
mfixalloc.go#L81: f.list = f.list.next
mfixalloc.go#L106: v.next = f.list
mfixalloc.go#L107: f.list = v
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)